Fix a typo, string change. (#139503, Baris Cicek)
authorMatthias Clasen <maclas@gmx.de>
Fri, 25 Jun 2004 03:37:58 +0000 (03:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 25 Jun 2004 03:37:58 +0000 (03:37 +0000)
Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
string change.  (#139503, Baris Cicek)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c

index c015b35083c3f28e2f1f8938995cb7b7b7cf911b..39fba44898583798d91c06f56ad9c15512012292 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
+       string change.  (#139503, Baris Cicek)
+
 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
index c015b35083c3f28e2f1f8938995cb7b7b7cf911b..39fba44898583798d91c06f56ad9c15512012292 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
+       string change.  (#139503, Baris Cicek)
+
 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
index c015b35083c3f28e2f1f8938995cb7b7b7cf911b..39fba44898583798d91c06f56ad9c15512012292 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
+       string change.  (#139503, Baris Cicek)
+
 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
index c015b35083c3f28e2f1f8938995cb7b7b7cf911b..39fba44898583798d91c06f56ad9c15512012292 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
+       string change.  (#139503, Baris Cicek)
+
 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
index 9fde1d119ed08def6ef83051dbc8e74d87be0303..d6e242694ec6f275397ed68da564013fcddebe93 100644 (file)
@@ -503,7 +503,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
                                              CHILD_PROP_TAB_FILL,
                                              g_param_spec_boolean ("tab_fill", 
                                                                    P_("Tab fill"), 
-                                                                   P_("Wheather the childs tab should fill the allocated area or not"),
+                                                                   P_("Whether the childs tab should fill the allocated area or not"),
                                                                    TRUE,
                                                                    G_PARAM_READWRITE));
   gtk_container_class_install_child_property (container_class,